home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / include / repair / oid.h < prev    next >
C/C++ Source or Header  |  2006-01-09  |  400b  |  19 lines

  1. /* Copyright (C) 2001, 2002, 2003, 2004 by Hans Reiser, licensing governed by
  2.    reiser4progs/COPYING.
  3.    
  4.    oid.c -- oid allocator repair code. */
  5.  
  6. #ifndef REPAIR_OID_H
  7. #define REPAIR_OID_H
  8.  
  9. #ifndef ENABLE_MINIMAL
  10. #include <repair/repair.h>
  11.  
  12. extern void repair_oid_print(reiser4_oid_t *oid, 
  13.                  aal_stream_t *stream);
  14.  
  15. extern oid_t repair_oid_lost_objectid(reiser4_oid_t *oid);
  16.  
  17. #endif
  18. #endif
  19.